PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFForm Class / getField Method / getField(String) Method
The name of the field to get.
In This Topic
    getField(String) Method
    In This Topic
    Gets the form field with the specified name.
    Syntax
    public PDFField getField( 
       java.lang.String fieldName
    )

    Parameters

    fieldName
    The name of the field to get.

    Return Value

    A PDFField object representing the specified field.
    See Also